Skip to content

fix: bump Go toolchain to 1.25.13 (stdlib security fixes) - #12

Closed
homeyong wants to merge 1 commit into
masterfrom
fix/go-toolchain-1-25-13
Closed

fix: bump Go toolchain to 1.25.13 (stdlib security fixes)#12
homeyong wants to merge 1 commit into
masterfrom
fix/go-toolchain-1-25-13

Conversation

@homeyong

Copy link
Copy Markdown
Collaborator

Bumps the Go toolchain from 1.25.12 to 1.25.13.

The Release workflow's govulncheck step began failing on 4 Go standard-library vulnerabilities that were published after v1.0.5 shipped, all fixed in go1.25.13:

  • GO-2026-6218 — net/url
  • GO-2026-6090 — crypto/tls
  • GO-2026-5972 — encoding/asn1
  • GO-2026-5026 — net/http

All are reachable via internal/updater/upgrade.go (updater.Service.downloadInstaller). Bumping the toolchain resolves all four; no code changes needed.

🤖 Generated with Claude Code

Resolves 4 govulncheck findings that block the release job
(GO-2026-6218 net/url, GO-2026-6090 crypto/tls, GO-2026-5972
encoding/asn1, GO-2026-5026 net/http) — all fixed in go1.25.13.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@homeyong

Copy link
Copy Markdown
Collaborator Author

Superseded by #14 (combined v1.0.7 release branch).

@homeyong homeyong closed this Aug 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant